home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / gfx / x11 / x3270_3_2_16.lha / amiga_src / conf.h < prev    next >
Text File  |  2001-06-23  |  803b  |  34 lines

  1. /*
  2.  * Copyright 2000 by Paul Mattes.
  3.  *   Permission to use, copy, modify, and distribute this software and its
  4.  *   documentation for any purpose and without fee is hereby granted,
  5.  *   provided that the above copyright notice appear in all copies and that
  6.  *   both that copyright notice and this permission notice appear in
  7.  *   supporting documentation.
  8.  *
  9.  */
  10.  
  11. /*
  12.  *    conf.h
  13.  *              System-specific #defines for libraries and library functions.
  14.  */
  15.  
  16.  
  17. /* Libraries. */
  18. #undef HAVE_LIBNCURSES
  19. #undef HAVE_LIBCURSES
  20. #undef HAVE_LIBUTIL
  21. /*#undef HAVE_LIBSOCKET*/
  22. #define HAVE_LIBSOCKET
  23. #undef HAVE_LIBREADLINE
  24.  
  25. /* Header files. */
  26. #undef HAVE_SYS_SELECT_H
  27. #undef HAVE_READLINE_HISTORY_H
  28. #undef HAVE_PTY_H
  29. #undef HAVE_LIBUTIL_H
  30. #undef HAVE_UTIL_H
  31.  
  32. /* Uncommon functions. */
  33. #undef HAVE_VASPRINTF
  34.